home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / cchh01.arc / SQCOM.H < prev    next >
Text File  |  1986-03-14  |  512b  |  21 lines

  1. #ifdef SQMAIN
  2. #define EXTERN
  3. #else
  4. #define EXTERN extern
  5. #endif
  6.  
  7. /* Definitions and external declarations */
  8.  
  9. #define RECOGNIZE 0xFF76    /* unlikely pattern */
  10.  
  11. /* *** Stuff for first translation module *** */
  12.  
  13. #define DLE 0x90
  14.  
  15. EXTERN unsigned int crc;    /* error check code */
  16.  
  17. /* *** Stuff for second translation module *** */
  18.  
  19. #define SPEOF 256    /* special endfile token */
  20. #define NUMVALS 257    /* 256 data values plus SPEOF*/
  21.